←Select platform

ThreadSafeList<T> Class

Summary

A Thread safe list.

Syntax

C#
VB
C++
[DefaultMemberAttribute("Item")] 
[SerializableAttribute()] 
public class ThreadSafeList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.IEnumerable 
<DefaultMemberAttribute("Item")> 
<SerializableAttribute()> 
Public Class ThreadSafeList(Of T)  
   Implements System.Collections.Generic.ICollection(Of T), System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IList(Of T), System.Collections.IEnumerable 
[DefaultMemberAttribute("Item")] 
[SerializableAttribute()] 
generic<typename T> 
public ref class ThreadSafeList : public System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.IEnumerable 

Type Parameters

T
The type of elements in the list.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.AddIn Assembly
Click or drag to resize